Downloading 1 requests, up to 111 time slices each
Fetching request 1 of 1 (2025-08-14 to 2025-08-14) ~ 00:01:25 UTC
Error in open.connection(structure(4L, class = c("curl", "connection"), conn_id = <pointer: 0x55a0670b5920>), :
cannot open the connection
Error in open.connection(structure(5L, class = c("curl", "connection"), conn_id = <pointer: 0x55a068301540>), :
cannot open the connection
Downloading 1 requests, up to 64 time slices each
Fetching request 1 of 1 (2025-08-11 to 2025-08-14) ~ 00:01:35 UTC
Downloading 1 requests, up to 31 time slices each
Fetching request 1 of 1 (2025-08-14 to 2025-08-14) ~ 00:01:42 UTC
Downloading 1 requests, up to 44 time slices each
Fetching request 1 of 1 (2025-08-14 to 2025-08-14) ~ 00:01:49 UTC
Downloading 1 requests, up to 392 time slices each
Fetching request 1 of 1 (2025-08-11 to 2025-08-14) ~ 00:01:55 UTC
Downloading 1 requests, up to 16 time slices each
Fetching request 1 of 1 (2025-08-11 to 2025-08-14) ~ 00:02:01 UTC
Error : Error {
code=500;
message="Internal Server Error: FileNotFoundException: /erddap/cache/ly/noaacrwsstDaily/8b06_afc1_ea0e_122225646_0 (No space left on device)";
}
RETRYing...
Downloading 1 requests, up to 27 time slices each
Fetching request 1 of 1 (2025-08-11 to 2025-08-14) ~ 00:02:11 UTC
Error : Error {
code=500;
message="Internal Server Error: FileNotFoundException: /erddap/cache/ly/noaacrwsstDaily/8ce1_e3a8_2a24_1227139517_0 (No space left on device)";
}
RETRYing...
Error : Error {
code=500;
message="Internal Server Error: FileNotFoundException: /erddap/cache/ly/noaacrwsstDaily/8ce1_e3a8_2a24_1726959750_0 (No space left on device)";
}
RETRYing...
Downloading 1 requests, up to 162 time slices each
Fetching request 1 of 1 (2025-08-11 to 2025-08-14) ~ 00:02:24 UTC
Downloading 1 requests, up to 28 time slices each
Fetching request 1 of 1 (2025-08-14 to 2025-08-14) ~ 00:02:30 UTC
Error : Error {
code=503;
message="Service Unavailable: There was a (temporary?) problem. Wait a minute, then try again. (In a browser, click the Reload button.)";
}
RETRYing...
Error in path_to_connection(x) :
'Error { code=503; message="Service Unavailable: There was a
(temporary?) problem. Wait a minute, then try again. (In a browser, click the
Reload button.)"; } ' does not exist in current working directory
('/share/github/noaa-onms/climate-dashboard-app/log').
ERROR in calling path_to_connection:
'Error { code=503; message="Service Unavailable: There was a (temporary?) problem. Wait a minute, then try again. (In a browser, click the Reload button.)"; } ' does not exist in current working directory ('/share/github/noaa-onms/climate-dashboard-app/log').ERROR in calling x:
'Error { code=503; message="Service Unavailable: There was a (temporary?) problem. Wait a minute, then try again. (In a browser, click the Reload button.)"; } ' does not exist in current working directory ('/share/github/noaa-onms/climate-dashboard-app/log').
RETRYing...
Error : Error {
code=503;
message="Service Unavailable: There was a (temporary?) problem. Wait a minute, then try again. (In a browser, click the Reload button.)";
}
Error in open.connection(structure(6L, class = c("curl", "connection"), conn_id = <pointer: 0x55a061674b00>), :
cannot open the connection
Downloading 1 requests, up to 10 time slices each
Fetching request 1 of 1 (2025-08-14 to 2025-08-14) ~ 00:02:45 UTC
Downloading 1 requests, up to 47 time slices each
Fetching request 1 of 1 (2025-08-14 to 2025-08-14) ~ 00:02:51 UTC
Downloading 1 requests, up to 123 time slices each
Fetching request 1 of 1 (2025-08-14 to 2025-08-14) ~ 00:02:57 UTC
Error in open.connection(structure(7L, class = c("curl", "connection"), conn_id = <pointer: 0x55a0623f4b20>), :
cannot open the connection
Warning: There were 4 warnings in `mutate()`.
The first warning was:
ℹ In argument: `error = pmap_chr(list(i, nms, time_min, time_max), fxn)`.
Caused by warning:
! Failed to open 'https://coastwatch.noaa.gov/erddap/griddap/noaacrwsstDaily.csvp?latitude': The requested URL returned error: 503
ℹ Run `dplyr::last_dplyr_warnings()` to see the 3 remaining warnings.
4.1 Successes
Code
res |>mutate(success =is.na(error)) |>group_by(success) |>summarize(n =n()) |>datatable()